home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Trig Explorer
/
The Trig Explorer.iso
/
mac
/
Explorer
/
NotePad.dir
/
00021.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
Text File
|
1998-07-22
|
240 b
|
18 lines
on startMovie
global NotesOn
set the keyDownScript to "printScript"
set NotesOn to 1
end
on closeWindow
global NotesOn
set NotesOn to 0
saveMovie()
end
on deactivateWindow
global NotesOn
set NotesOn to 0
saveMovie()
end